From: Andreas Schwab Date: Mon, 26 Apr 2004 22:01:18 +0000 (+0000) Subject: . X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22913 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5779bbe8c5c7126c2549d574ac97852ef1c3f172;p=emacs.git . --- diff --git a/src/ChangeLog b/src/ChangeLog index 057cdb96499..953abb844f6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2004-04-26 Andreas Schwab + + * print.c (print_object): Print non-ascii characters in bool + vector representation as octal escapes. + + * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define. + * print.c (print_object): Use it instead of BITS_PER_CHAR for + bool vectors. + * lread.c (read1): Likewise. + * alloc.c (Fmake_bool_vector): Likewise. + * data.c (Faref, Faset): Likewise. + * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray) + (mapcar1): Likewise. + 2004-04-26 Steven Tamm * lread.c (init_lread): Fixing typo HAVE_CARBON test logic